From: Stefan Monnier Date: Tue, 4 May 2004 21:24:09 +0000 (+0000) Subject: Don't use `extrasub' (loses with autoconf 2.59). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22707 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f2c922f6a23b8771b54a779b69c6cd0e74e83b0;p=emacs.git Don't use `extrasub' (loses with autoconf 2.59). --- diff --git a/ChangeLog b/ChangeLog index d4deac200a5..1a771c60604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-04 Dave Love + + * configure.in: Don't use `extrasub'. + 2004-04-29 Dave Love * configure.in: Don't forget to quote args to `test'. diff --git a/configure.in b/configure.in index b1b7bff867e..b7318b8f805 100644 --- a/configure.in +++ b/configure.in @@ -170,15 +170,6 @@ if test `pwd` != `(cd ${srcdir} && pwd)` \ use GNU make. If you do not have GNU make, then you must now do `make distclean' in ${srcdir}, and then run $0 again.]]) - -[extrasub='/^VPATH[ ]*=/c\ -vpath %.c $(srcdir)\ -vpath %.h $(srcdir)\ -vpath %.y $(srcdir)\ -vpath %.l $(srcdir)\ -vpath %.s $(srcdir)\ -vpath %.in $(srcdir)\ -vpath %.texi $(srcdir)'] fi #### Given the configuration name, set machfile and opsysfile to the